(SET #bad-kick "SoundFX requires at least Kickstart 2.04 !")
(SET #welcome-messy "\n\nWelcome to the installation of data for SoundFX !")
(SET #choose-dest "Please choose a destination directory !\nA drawer called SFX will be automatically generated !")
(SET #choose-dest-help "Here you can choose the place on your HD, were the data for SFX should be installed")
(SET #dest-require "\n\nPlease be shure, that you have on your HD at least 1.2 Mb free !")
(SET #copy-fonts "copying fonts ...")
(SET #copy-libs "copying librarys ...")
(SET #copy-synths "copying synths ...")
(SET #copy-eqshapes "copying eq-shapes ...")
(SET #copy-envelopes "copying envelopes ...")
(SET #copy-workshop "copying workshopfiles ...")
(SET #copy-icons "copying icons ...")
(SET #copy-help "The respective files will copied to your HD.")
(SET #choose-icon "Please choose the the icon you want to install\n The 4 colour version is made for standart wb-colors and the 8 colour version is made for magic-wb !")
(SET #choose-icon-help "If your wb-screen has more than 4 colours than choose the 8 colour version.\n This one looks nicer.")
(SET #exit-messy "\n\nSFXdata is successfuly installed.\nPlease read the guide, to learn how to work with the program.\n")
(SET #copy-help "Die entsprechenden Dateien werden gerade auf ihre Festplatte kopiert.")
(SET #choose-icon "Bitte wählen Sie das Icon aus, das Sie installieren möchten !\n Die 4-farbige Variante ist für die Standart-WB und die 8-farbige für MagicWB !")
(SET #choose-icon-help "Wenn Sie mehr als 4 Farben auf der WB haben, dann wählen Sie die 8-farbige Version.\n Diese sieht schöner aus.")
(SET #exit-messy "\n\nSFXdata konnte erfolgreich installiert werden.\nBitte lesen Sie das Guide, um zu erfahren wie das Programm bedient wird.\n")
))
; check kick version ----------------------------------------------------------------------------------------
(if (< (/ (getversion) 65536) 37)
(abort #bad-kick)
)
; los geht`s ------------------------------------------------------------------------------------------------
(COMPLETE 0)
(MESSAGE #welcome-messy)
(SET @default-dest
(ASKDIR
(PROMPT #choose-dest)
(HELP #choose-dest-help)
(DEFAULT @default-dest)
)
)
(MESSAGE #dest-require)
; falls nicht vorhanden, Verzeichnis anlegen ----------------------------------------------------------------